LEADTOOLS Medical (Leadtools.Dicom.AddIn assembly)
LEAD Technologies, Inc

Item Property (ThreadSafeDictionary<TKey,TValue>)






Parameter containing the TKey value.
Gets or sets value with the specified key.
Syntax
public virtual TValue this[ 
   TKey key
]; {get; set;}
'Declaration
 
Public Overridable Default Property Item( _
   ByVal key As TKey _
) As TValue
'Usage
 
Dim instance As ThreadSafeDictionary(Of TKey,TValue)
Dim key As TKey
Dim value As TValue
 
instance.Item(key) = value
 
value = instance.Item(key)
public virtual TValue this[ 
   TKey key
]; {get; set;}
  this[ 
   key 
] get_Item();
set_Item(value);
public:
virtual property TValue^ default [TKey^] {
   TValue^ get(TKey^ key);
   void set (TKey^ keyTValue^ value);
}

Parameters

key
Parameter containing the TKey value.

Property Value

The dictionary value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ThreadSafeDictionary<TKey,TValue> Class
ThreadSafeDictionary<TKey,TValue> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.AddIn requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features